Creates a StackPanel for each array of components and adds it to a parent StackPanel with opposite orientation.
Namespace: MindFusion.Charting.Controls
File: LayoutBuilder.js
SyntaxJavaScript
Copy Code
|
|---|
function createLayout (horizontal, c1, c2, c3) |
Type: Boolean
The orientation of the parent panel.
Type: StackPanel
A StackPanel instance.
See Also